projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
852429d
)
testsuite: Fix a leak
author
Benjamin Otte
<otte@redhat.com>
Sun, 12 Jul 2020 04:46:49 +0000
(06:46 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 20 Jul 2020 20:28:01 +0000
(22:28 +0200)
testsuite/gtk/filterlistmodel-exhaustive.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/filterlistmodel-exhaustive.c
b/testsuite/gtk/filterlistmodel-exhaustive.c
index 01ce99eab51a66f30da82d43e6ed89481c01b8fe..19bec198a339e178812b271595678aead15afcaf 100644
(file)
--- a/
testsuite/gtk/filterlistmodel-exhaustive.c
+++ b/
testsuite/gtk/filterlistmodel-exhaustive.c
@@
-424,6
+424,7
@@
test_model_changes (gconstpointer model_id)
position,
remove ? 1 : 0,
(gpointer *) &source, 1);
+ g_object_unref (model1);
g_object_unref (source);
}
else if (remove)